Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove GCM module #1091

Merged
merged 6 commits into from
Oct 10, 2021
Merged

fix: remove GCM module #1091

merged 6 commits into from
Oct 10, 2021

Conversation

Jawnnypoo
Copy link
Member

No longer supported

Copy link
Member

@mtrezza mtrezza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, can you add the breaking change entry to the changelog?

The process of updating the changelog may be different in this repo, but I want to make sure we don't forget it.

According to semver this would be a major version increment for this SDK. What is the current versioning system for this repo?

@Jawnnypoo
Copy link
Member Author

Updated! Yep, this would be a 1.27.0 release

@mtrezza
Copy link
Member

mtrezza commented Apr 29, 2021

Great, can you add the PR link in the change log entry?

I added the PR link and removed the version from the changelog as the version doesn’t exist yet.

I wonder why the CI fails, can’t see that well on mobile.

@Jawnnypoo
Copy link
Member Author

Oh yeah not sure about CI. We should leave in the version though because I will release it after this PR is merged in.

@mtrezza
Copy link
Member

mtrezza commented Apr 29, 2021

I assume we should move from Travis CI to GH Actions at some point, the failing CI does not seem related to any tests.

@Jawnnypoo
Copy link
Member Author

Yeah, I am all for moving over.

@mtrezza
Copy link
Member

mtrezza commented Oct 9, 2021

@Jawnnypoo could you take a look and resolve the conflicts? we would merge this to prepare for a 2.0.0 release; if you merge master into this branch, the CI already works

Is this PR a breaking change? Or is GCM not supported anymore anyway and therefore we are just removing it

@mtrezza mtrezza changed the title Remove GCM module fix: remove GCM module Oct 9, 2021
Copy link
Member

@mtrezza mtrezza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mtrezza
Copy link
Member

mtrezza commented Oct 10, 2021

@L3K0V Is this good to merge in your opinion? (I can't select your name for review request yet)

@codecov
Copy link

codecov bot commented Oct 10, 2021

Codecov Report

Merging #1091 (bf6acd4) into master (135d94b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1091   +/-   ##
=========================================
  Coverage     65.06%   65.06%           
  Complexity     2208     2208           
=========================================
  Files           122      122           
  Lines          9463     9463           
  Branches       1317     1317           
=========================================
  Hits           6157     6157           
  Misses         2799     2799           
  Partials        507      507           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 135d94b...bf6acd4. Read the comment docs.

@azlekov
Copy link
Contributor

azlekov commented Oct 10, 2021

LGTM

@mtrezza mtrezza merged commit aa16bcf into parse-community:master Oct 10, 2021
github-actions bot pushed a commit to mtrezza/Parse-SDK-Android that referenced this pull request Oct 10, 2021
# [2.0.0](1.22.0...2.0.0) (2021-10-10)

### Bug Fixes

* remove GCM module ([parse-community#1091](https://github.com/mtrezza/Parse-SDK-Android/issues/1091)) ([aa16bcf](aa16bcf))
* upgrade Facebook SDK ([parse-community#1105](https://github.com/mtrezza/Parse-SDK-Android/issues/1105)) ([6f4bdb0](6f4bdb0))

### Features

* update all dependencies and modernize the source base ([parse-community#1095](https://github.com/mtrezza/Parse-SDK-Android/issues/1095)) ([a977d11](a977d11))

### BREAKING CHANGES

* CHANGE

Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messaging instead. See the [Google developer documentation](https://developers.google.com/cloud-messaging/faq) for more details and migration assistance. ([aa16bcf](aa16bcf))
@Jawnnypoo Jawnnypoo deleted the remove-gcm branch May 25, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants